From: Basil L. Contovounesios Date: Wed, 1 May 2024 11:07:17 +0000 (+0200) Subject: ; Update pvec_type hash for CHECK_STRUCTS X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1706 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f804a492bf890b53d704809bd8cf6306f9c17d76;p=emacs.git ; Update pvec_type hash for CHECK_STRUCTS This follows commit 2fa839c1886 of 2024-04-28 "(COMPILED): Rename to CLOSURE". --- diff --git a/src/pdumper.c b/src/pdumper.c index 2963efc56ab..65da3feff75 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -3050,7 +3050,7 @@ dump_vectorlike (struct dump_context *ctx, Lisp_Object lv, dump_off offset) { -#if CHECK_STRUCTS && !defined HASH_pvec_type_2D583AC566 +#if CHECK_STRUCTS && !defined HASH_pvec_type_99104541E2 # error "pvec_type changed. See CHECK_STRUCTS comment in config.h." #endif const struct Lisp_Vector *v = XVECTOR (lv);